CSS (Cascading Style Sheets) offers many more benefits beyond that of streamlined web pages with table-less layouts and precise positioning (no more transparent 1-pixel spacer GIFs!), mentioned in my previous post. Indeed, that’s just scratching the surface of CSS.
Here are some more clever things you can do with CSS to get your website really humming:
- Reorder your content to sit above your top and left navigation in the HTML. That will boost the keyword prominence on your pages, which is good for SEO. Then use CSS to get the page to still display as you want. CSS Zen Garden is a great example of this in action… for example, notice how the HTML doesn’t change between this layout with left-side nav and this one with right-side nav; it’s only the CSS that’s changing.
- If you must use graphical navigation or headings instead of text-based, then use the CSS “image replacement” technique to substitute in a text link or heading tag, respectively, when the CSS is not loaded (as is the case when the search engine spiders come to visit). For example, northland.edu uses this technique well. Currently, this is much more effective for SEO than Alt attributes.
Many of the image replacement techniques physically move the text off the screen (text-indent: -9999em; left:-9999em;display:none, etc). This isn’t desirable as search engines are starting to examine external CSS files more closely to look for spam. There are a few image replacement techniques that don’t do this type of hiding and are still accessible, namely The Leahy/Langridge Method, The Gilder/Levin Method and The “Shea Enhancement”. Each of these methods have their pluses and minuses, which the Mezzoblue article outlines quite well. (Thanks to our CSS guru Darren for this last bit of advice.)
- Learn to code in “CSS shorthand.” With shorthand, hex codes for colors, margins, box dimensions and borders can all be abbreviated, for instance. More about this here. The efficiency of CSS shorthand translates into not only a speedier download for your customers, but also compact and tidy code that’s easier to maintain.
- Make code that “degrades gracefully” (or, as they prefer to say now in geek circles, “enhances progressively”). Creating a separate “low-bandwidth version” or “printer friendly version” or “mobile version” of your site will sound ludicrous in years to come (heck, I think it sounds ludicrous NOW!), because CSS makes such a thing unnecessary. Check out how gracefully gotomedia.com degrades on a cell phone or PDA, for instance.
- Correct for browser incompatibility snafus with browser-specific CSS. Does something look awry in your page layout when loading your site with the Safari browser, for instance? Internet Explorer doesn’t always play nice with the other browsers. Until the days where all the browsers follow all the same standards to the letter, browser-specific stylesheets are a useful crutch.
- Separate the presentation layer from the content layer as much as possible and move it into an external stylesheet (in other words, a separate .CSS file). That way it gets cached by the web browser and doesn’t have to reload with each new page.
- Plan for site-wide changes. Things change — colors, sidebars, ads, copyright dates, etc. Utilize CSS files and/or server-side includes to make future site-wide updates as painless as possible.
- Make use of the cascading nature of CSS. Most of the styles you define will be used site-wide. Some will only be for one particular page. Then there will be occasions where you’ll want to “cascade” styles, and have certain sections of your site adopt a particular look/layout/theme that overrides or branches off from the site-wide styles. Clever use of cascading styles can lead to very efficient and elegant code.
Warning! Geek speek ahead:
Be careful of overriding previously declared statements. And also be aware that specificity is important in the cascade. Declare all your tag styles first then declare your id and class selectors down the doc. That way the cascade works and can be overwritten with new selectors. (Thanks again to our CSS guru Darren for this last bit of advice.)
CSS coders: the Web Developer Firefox extension is an awesome tool for coding, debugging, and tweaking style sheets. You can display the stylesheet and the rendered page simultaneously side-by-side and then interactively edit the CSS, immediately viewing the effect of the change on the rendered page. And it makes identifying errors (be they validation, CSS, or JavaScript) a piece-of-cake. Did I mention the plugin is free? 
Filed under: Blogs SEO Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »
Spread the word:

Twelve months after its website redesign, House of Travel saw its onsite sales grow six-fold - results that can be measured in increased traffic to the site and in keyword ranking.
Continue reading »
Filed under: Press SEO Web Development
|
Email to a Friend |
Printer-Friendly |
1 Comment »
Spread the word:

School Kids Healthcare offers a complete line of school nurse supplies and school nurse equipment to help school nurses fulfill their mission.
The company came to Netconcepts to establish a complete ebusiness presence. The site we created for them offers more than great nursing supplies and equipment. It offers the latest school kids news and a separate nursing blog, authored by a local school nurse.
[ database | client admin cms | SEO ]
Visit the site: School Kids Healthcare
Filed under: B2B Ecommerce Portfolio SEO Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »
A totally original concept, Netconcepts worked closely with the originator to create this dynamic, interactive search engine that profiles and ranks service providers based on referral and recommendations from past users and business peers from scratch. TRUSTcite functionality includes enhanced usability options; placing and verification of feedback, ranking in search outcomes based on calculation of performance and interactive linking internally and externally.
[ database | client admin cms | SEO ]
Visit The Site: Trustcite
Further Reading: Case Study
Filed under: B2B Portfolio SEO
|
Email to a Friend |
Printer-Friendly |
No Comments »
HomeVisions is a brand of DMSI (Direct Marketing Services Inc.). If you are not familiar with HomeVisions, you might be familiar with some of DMSI’s other brands, including Montgomery Wards.
DesignTalk is a retail blog that strives to educate and add value on the topic of interior design and home decor. The blog is chock full of creative ideas and tips for home decorating organized in many ways, including by room and by application. The blog encourages you to ask a question which could be answered as a blog post, as well as posting a comment. The blog includes a newsletter and, of course, an RSS feed.
[ database | client admin cms | SEO ]
Visit The Site: DesignTalk
Filed under: Business Blogging Portfolio SEO Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »
Tools For Less, as the name implies, sells power tools and equipment at discount prices through their online catalog. The ecommerce site developed by Netconcepts is full-featured, with extensive functionality in the back-end administrative interface, and with a clean intuitive user experience for customers.
Among the additional out-of-the-ordinary features offered to customers is a Wish List capability which is integrated throughout the site and is as simple to use as the shopping cart itself.
The site is built search engine friendly, of course, with static looking URLs, unique keyword rich title tags, and more.
[ database | client admin cms | SEO ]
Visit The Site: Tools For Less
Filed under: B2B B2C Ecommerce Portfolio SEO Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »
Web design is more than just the design of a site. President of Netconcepts, Stephan Spencer told the New Zealand Herald that sites need to be designed with SEO in mind and where keywords, category listing, search engine optimization and navigation are essential ingredients, along with site support and monitoring services.
Continue reading »
Filed under: Press Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »
Spread the word:

ShopperANSWERS offers a retail marketing and measurement solution that helps retailers keep informed of shopper behavior at the moment of purchase across a wide variety of retail outlets. Their corporate website gives an insight into the minds of shoppers. The site isn’t just marketing fluff; it educates the visitor on such topics as observational research and intercept interviews.
[ database | client admin cms | SEO ]
Visit The Site: ShoppersAnswers
Filed under: Corporate Sites Portfolio Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »
Geneva Health is a recruitment company specializing in the health sector, including nursing, medical, clinical support and allied health professionals. Geneva Health has three websites targeting their three primary markets — the UK, Australia and New Zealand. Each is a functionally-rich job site with supporting helpful articles, including such things as CV guidelines, making an overseas move, registration requirements and more. Job applicants can of course apply online. The site is built with search engines in mind, and includes spider friendly URLs along with optimized HTML and content.
[ database | client admin cms | SEO ]
Visit The Site: Geneva Health
Filed under: Portfolio SEO Web Development
|
Email to a Friend |
Printer-Friendly |
No Comments »